

Quizname = "USCIS Re-Design Citizenship 26-50"
Question = { }

-- DO NOT enable "word wrap" to view this or else it will look UGLY 

-- what is cor ? 
-- cor is the "choosing of the correct answer". 
-- cor example, "cor=1 => Answer is Choice A " , "cor=2 => Answer is Choice B " , "cor=3 => Answer is Choice C "

-- Examples of Line Structure. You can NOT delete any question line 2-4, instead you must put blank space " " 


-- Question [1]    = { q = "Question Line 1 ?", a = 5, b = 6, c = 4, cor = 3 }   <- Question 1 Line 1 --
-- Question [1002] = { q = "Question Line 2  ",                  	     }	 <- Question 1 Line 2 --
-- Question [1003] = { q = "Question Line 3  ",                  	     }	 <- Question 1 Line 3 --
-- Question [1004] = { q = "Question Line 4  ",                  	     }	 <- Question 1 Line 4 --


-- The Maximum letters on a line is 52, use this as a RULER to know when your question are too long 
-- Examples      = { q = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB",  }





-------------------------"----------------------word ruler--------------------"-----------------------------

 Question [1]    = { q = "We elect a President for how many years?", 
		     a   = "4 years", --1
		     b   = "6 years", --2
		     c   = "8 years", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 1 Line 1 --

 Question [1002] = { q = " Question Line 2 ",                  	     	   }   -- <- Question 1 Line 2 --
 Question [1003] = { q = " Question Line 3 ",                  	     	   }   -- <- Question 1 Line 3 --
 Question [1004] = { q = " Question Line 4 ",                  		   }   -- <- Question 1 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

 Question [2]    = { q = "In what month do we vote for President?", 
		     a   = "December", --1
		     b   = "November", --2
		     c   = "October", --3
		     cor = 2 			   
	   	   }  							       -- <- Question 2 Line 1 --

 Question [2002] = { q = " ",                  	     			   }   -- <- Question 2 Line 2 --
 Question [2003] = { q = " ",                  	     			   }   -- <- Question 2 Line 3 --
 Question [2004] = { q = " ",                  	     			   }   -- <- Question 2 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

 Question [3]    = { q = "What is the name of the President of the U.S now?", 
		     a   = "George W. Bush", --1
		     b   = "Hillary Clinton", --2
		     c   = "Condoleezza Rice", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 3 Line 1 --

 Question [3002] = { q = " ",                  	     			   }   -- <- Question 3 Line 2 --
 Question [3003] = { q = " ",                  	     			   }   -- <- Question 3 Line 3 --
 Question [3004] = { q = " ",                  	     			   }   -- <- Question 3 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

 Question [4]    = { q = "If the President can no longer serve, ", 
		     a   = "the Congress", --1
		     b   = "the Speaker of the House", --2
		     c   = "the Vice President", --3
		     cor = 3 			   
	   	   }  							       -- <- Question 4 Line 1 --

 Question [4002] = { q = "who becomes President? ",         	     	   }   -- <- Question 4 Line 2 --
 Question [4003] = { q = " ",                  	     			   }   -- <- Question 4 Line 3 --
 Question [4004] = { q = " ",                  	     			   }   -- <- Question 4 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

 Question [5]    = { q = "Who is the Vice President of the U.S now?", 
		     a   = "Hillary Clinton", --1
		     b   = "Dick Cheney", --2
		     c   = "Condoleezza Rice", --3
		     cor = 2 			   
	   	   }  							       -- <- Question 5 Line 1 --

 Question [5002] = { q = " ",                  	     			   }   -- <- Question 5 Line 2 --
 Question [5003] = { q = " ",                  	     			   }   -- <- Question 5 Line 3 --
 Question [5004] = { q = " ",                  	     			   }   -- <- Question 5 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

 Question [6]    = { q = "If both the President and the Vice President can no ", 
		     a   = "the Speaker of the House", --1
		     b   = "the Senate", --2
		     c   = "the Congress", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 6 Line 1 --

 Question [6002] = { q = "longer serve, who becomes President? ",          }   -- <- Question 6 Line 2 --
 Question [6003] = { q = " ",                  	     			   }   -- <- Question 6 Line 3 --
 Question [6004] = { q = " ",                  	     			   }   -- <- Question 6 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

 Question [7]    = { q = "Who is the Commander in Chief of the military?", 
		     a   = "the Congress", --1
		     b   = "the Vice President", --2
		     c   = "the President", --3
		     cor = 3 			   
	   	   }  							       -- <- Question 7 Line 1 --

 Question [7002] = { q = " ",                  	     			   }   -- <- Question 7 Line 2 --
 Question [7003] = { q = " ",                  	     			   }   -- <- Question 7 Line 3 --
 Question [7004] = { q = " ",                  	     			   }   -- <- Question 7 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

 Question [8]    = { q = "Who signs bills to become laws?", 
		     a   = "the Judicial Branch", --1
		     b   = "the Congress", --2
		     c   = "the President", --3
		     cor = 3 			   
	   	   }  							       -- <- Question 8 Line 1 --

 Question [8002] = { q = " ",                  	     			   }   -- <- Question 8 Line 2 --
 Question [8003] = { q = " ",                  	     			   }   -- <- Question 8 Line 3 --
 Question [8004] = { q = " ",                  	     			   }   -- <- Question 8 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

 Question [9]    = { q = "Who vetoes bills?", 
		     a   = "the Speaker of the House", --1
		     b   = "the President", --2
		     c   = "the Congress", --3
		     cor = 2 			   
	   	   }  							       -- <- Question 9 Line 1 --

 Question [9002] = { q = " ",                  	     			   }   -- <- Question 9 Line 2 --
 Question [9003] = { q = " ",                  	     			   }   -- <- Question 9 Line 3 --
 Question [9004] = { q = " ",                  	     			   }   -- <- Question 9 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [10]    = { q = "What does the Presidents Cabinet do?", 
		     a   = "limit the President decision", --1
		     b   = "advises the President", --2
		     c   = "execute laws for the President", --3
		     cor = 2 			   
	   	   }  							       -- <- Question 10 Line 1 --

 Question [1002] = { q = " ",                  	     			   }   -- <- Question 10 Line 2 --
 Question [1003] = { q = " ",                  	     			   }   -- <- Question 10 Line 3 --
 Question [1004] = { q = " ",                  	     			   }   -- <- Question 10 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------



------------------------------------------------------------------------------------------------------------



-------------------------"----------------------word ruler--------------------"-----------------------------

Question [11]    = { q = "What are two Cabinet-level positions?", 
		     a   = "Secretary of Treasury & Secretary of Labor", --1
		     b   = "Secretary of State & Secretary of Law", --2
		     c   = "Secretary of Defense & Secretary of Recycle", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 11 Line 1 --

 Question [1102] = { q = " ",                  	     			   }   -- <- Question 11 Line 2 --
 Question [1103] = { q = " ",                  	     			   }   -- <- Question 11 Line 3 --
 Question [1104] = { q = " ",                  	     			   }   -- <- Question 11 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [12]    = { q = "What does the Judicial branch do?", 
		     a   = "Make laws", --1
		     b   = "Remove laws", --2
		     c   = "Explains laws", --3
		     cor = 3 			   
	   	   }  							       -- <- Question 12 Line 1 --

 Question [1202] = { q = " ",                  	     			   }   -- <- Question 12 Line 2 --
 Question [1203] = { q = " ",                  	     			   }   -- <- Question 12 Line 3 --
 Question [1204] = { q = " ",                  	     			   }   -- <- Question 12 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [13]    = { q = "What is the highest court in the United States?", 
		     a   = "Trial court ", --1
		     b   = "The Supreme Court", --2
		     c   = "Lower court ", --3
		     cor = 2 			   
	   	   }  							       -- <- Question 13 Line 1 --

 Question [1302] = { q = " ",                  	     			   }   -- <- Question 13 Line 2 --
 Question [1303] = { q = " ",                  	     			   }   -- <- Question 13 Line 3 --
 Question [1304] = { q = " ",                  	     			   }   -- <- Question 13 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [14]    = { q = "How many justices are on the Supreme Court?", 
		     a   = "7", --1
		     b   = "8", --2
		     c   = "9", --3
		     cor = 3 			   
	   	   }  							       -- <- Question 14 Line 1 --

 Question [1402] = { q = " ",                  	     			   }   -- <- Question 14 Line 2 --
 Question [1403] = { q = " ",                  	     			   }   -- <- Question 14 Line 3 --
 Question [1404] = { q = " ",                  	     			   }   -- <- Question 14 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [15]    = { q = "Who is the Chief Justice of the United States?", 
		     a   = "John Roberts", --1
		     b   = "Judge Judith", --2
		     c   = "Charles Swayne", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 15 Line 1 --

 Question [1502] = { q = " ",                  	     			   }   -- <- Question 15 Line 2 --
 Question [1503] = { q = " ",                  	     			   }   -- <- Question 15 Line 3 --
 Question [1504] = { q = " ",                  	     			   }   -- <- Question 15 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [16]    = { q = "Under our Constitution, some powers belong to the ", 
		     a   = "To print money", --1
		     b   = "To impeach ", --2
		     c   = "To make national trades", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 16 Line 1 --

 Question [1602] = { q = "federal gov. What is 1 power of the federal gov.?",                  	     			   }   -- <- Question 16 Line 2 --
 Question [1603] = { q = " ",                  	     			   }   -- <- Question 16 Line 3 --
 Question [1604] = { q = " ",                  	     			   }   -- <- Question 16 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [17]    = { q = "Under our Constitution, some powers belong to the ", 
		     a   = "Provide health clinic", --1
		     b   = "Give a drivers license", --2
		     c   = "Lower gas price", --3
		     cor = 2 			   
	   	   }  							       -- <- Question 17 Line 1 --

 Question [1702] = { q = "states. What is one power of the states? ",  	   }   -- <- Question 17 Line 2 --
 Question [1703] = { q = " ",                  	     			   }   -- <- Question 17 Line 3 --
 Question [1704] = { q = " ",                  	     			   }   -- <- Question 17 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [18]    = { q = "Who is the Governor of California?", 
		     a   = "Gray Davis", --1
		     b   = "John Kerry", --2
		     c   = "Arnold Schwarzenegger", --3
		     cor = 3 			   
	   	   }  							       -- <- Question 18 Line 1 --

 Question [1802] = { q = " ",                  	     			   }   -- <- Question 18 Line 2 --
 Question [1803] = { q = " ",                  	     			   }   -- <- Question 18 Line 3 --
 Question [1804] = { q = " ",                  	     			   }   -- <- Question 18 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [19]    = { q = "What is the capital of California?*", 
		     a   = "Sacramento", --1
		     b   = "Chicago", --2
		     c   = "Boston", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 19 Line 1 --

 Question [1902] = { q = " ",                  	     			   }   -- <- Question 19 Line 2 --
 Question [1903] = { q = " ",                  	     			   }   -- <- Question 19 Line 3 --
 Question [1904] = { q = " ",                  	     			   }   -- <- Question 19 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [20]    = { q = "What are the 2 major political parties in the U.S?", 
		     a   = "Green party & Indepence Party", --1
		     b   = "Democratic and Republican", --2
		     c   = "Confederation & Anti-Confederation", --3
		     cor = 2 			   
	   	   }  							       -- <- Question 20 Line 1 --

 Question [2002] = { q = " ",                  	     			   }   -- <- Question 20 Line 2 --
 Question [2003] = { q = " ",                  	     			   }   -- <- Question 20 Line 3 --
 Question [2004] = { q = " ",                  	     			   }   -- <- Question 20 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [21]    = { q = "What is the political party of the President now?", 
		     a   = "Green (Party)", --1
		     b   = "Democratic (Party)", --2
		     c   = "Republican (Party)", --3
		     cor = 3 			   
	   	   }  							       -- <- Question 21 Line 1 --

 Question [2102] = { q = " ",                  	     			   }   -- <- Question 21 Line 2 --
 Question [2103] = { q = " ",                  	     			   }   -- <- Question 21 Line 3 --
 Question [2104] = { q = " ",                  	     			   }   -- <- Question 21 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [22]    = { q = "Who is Speaker of the House of Representatives now?", 
		     a   = "(Nancy) Pelosi", --1
		     b   = "John Kerry", --2
		     c   = "John McCain", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 22 Line 1 --

 Question [2202] = { q = " ",                  	     			   }   -- <- Question 22 Line 2 --
 Question [2203] = { q = " ",                  	     			   }   -- <- Question 22 Line 3 --
 Question [2204] = { q = " ",                  	     			   }   -- <- Question 22 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [23]    = { q = "There are four amendments to the Constitution about", 
		     a   = "Citizens eighteen (18) and older (can vote).", --1
		     b   = "Permanent Immigrant can vote", --2
		     c   = "Online Voting is allow", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 23 Line 1 --

 Question [2302] = { q = "who can vote. Describe one of them. ",     	   }   -- <- Question 23 Line 2 --
 Question [2303] = { q = " ",                  	     			   }   -- <- Question 23 Line 3 --
 Question [2304] = { q = " ",                  	     			   }   -- <- Question 23 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [24]    = { q = "What is 1 responsibility that is for U.S citizens?", 
		     a   = "Help the needy", --1
		     b   = "Follow the laws", --2
		     c   = "Vote", --3
		     cor = 3 			   
	   	   }  							       -- <- Question 24 Line 1 --

 Question [2402] = { q = " ",                  	     			   }   -- <- Question 24 Line 2 --
 Question [2403] = { q = " ",                  	     			   }   -- <- Question 24 Line 3 --
 Question [2404] = { q = " ",                  	     			   }   -- <- Question 24 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------

Question [25]    = { q = "What are two rights only for United States citizens?", 
		     a   = "Vote and apply for federal job", --1
		     b   = "Run for office and Petition", --2
		     c   = "carry a U.S passport & freedom of speech", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 25 Line 1 --

 Question [2502] = { q = " ",                  	     			   }   -- <- Question 25 Line 2 --
 Question [2503] = { q = " ",                  	     			   }   -- <- Question 25 Line 3 --
 Question [2504] = { q = " ",                  	     			   }   -- <- Question 25 Line 4 --

-------------------------"----------------------word ruler--------------------"-----------------------------















































-------------------------"---------------- DO NOT DELETE BELOW ---------------"-----------------------------

Question [30]    = { q = "12. Quiz Done ?", 
		     a   = "Choice 1", --1
		     b   = "Choice 2", --2
		     c   = "Choice 3", --3
		     cor = 1 			   
	   	   }  							       -- <- Question 10 Line 1 --


-------------------------"----------------------word ruler--------------------"-----------------------------





